build: Redo the tools build
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Jan 2021 02:56:12 +0000 (21:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Jan 2021 17:27:07 +0000 (12:27 -0500)
commitac0f524722ebbd8279c5889874cd0a77b220d9c2
treec16bcf14d6577276372c8925ec567ce3997253e6
parent9e539a7f590dde4b262fc234f1a8bc5dbfa22fc3
build: Redo the tools build

Move the tools directory to be toplevel, and instead of
recompiling sources twice, link them with the our new
static libgtk.a.
34 files changed:
gtk/gdkpixbufutils.c [new file with mode: 0644]
gtk/gtkiconcachevalidator.c [new file with mode: 0644]
gtk/meson.build
gtk/tools/encodesymbolic.c [deleted file]
gtk/tools/gdkpixbufutils.c [deleted file]
gtk/tools/gtk-builder-tool-enumerate.c [deleted file]
gtk/tools/gtk-builder-tool-preview.c [deleted file]
gtk/tools/gtk-builder-tool-simplify.c [deleted file]
gtk/tools/gtk-builder-tool-validate.c [deleted file]
gtk/tools/gtk-builder-tool.c [deleted file]
gtk/tools/gtk-builder-tool.h [deleted file]
gtk/tools/gtk-launch.c [deleted file]
gtk/tools/gtk-query-settings.c [deleted file]
gtk/tools/gtk4builder.its [deleted file]
gtk/tools/gtk4builder.loc [deleted file]
gtk/tools/gtk4builder.rng [deleted file]
gtk/tools/gtkiconcachevalidator.c [deleted file]
gtk/tools/meson.build [deleted file]
gtk/tools/updateiconcache.c [deleted file]
meson.build
tools/encodesymbolic.c [new file with mode: 0644]
tools/gtk-builder-tool-enumerate.c [new file with mode: 0644]
tools/gtk-builder-tool-preview.c [new file with mode: 0644]
tools/gtk-builder-tool-simplify.c [new file with mode: 0644]
tools/gtk-builder-tool-validate.c [new file with mode: 0644]
tools/gtk-builder-tool.c [new file with mode: 0644]
tools/gtk-builder-tool.h [new file with mode: 0644]
tools/gtk-launch.c [new file with mode: 0644]
tools/gtk-query-settings.c [new file with mode: 0644]
tools/gtk4builder.its [new file with mode: 0644]
tools/gtk4builder.loc [new file with mode: 0644]
tools/gtk4builder.rng [new file with mode: 0644]
tools/meson.build [new file with mode: 0644]
tools/updateiconcache.c [new file with mode: 0644]